Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the bundler-dependencies group with 5 updates #57

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the bundler-dependencies group with 5 updates:

Package From To
rake 13.1.0 13.2.1
rake-compiler 1.2.5 1.2.9
rspec 3.12.0 3.13.0
standard 1.33.0 1.43.0
racc 1.7.3 1.8.1

Updates rake from 13.1.0 to 13.2.1

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

Commits
  • d84f6ef Bump up 13.2.1
  • 8b33b36 Merge pull request #553 from ruby/dependabot/github_actions/actions/configure...
  • 99f6823 Merge pull request #554 from ruby/suppress-array-internal
  • 54950e0 Suppressed "<internal:array>:52:in 'Array#each'" from backtrace
  • 675498c Bump up 13.2.0
  • 3dc4277 Bump actions/configure-pages from 4 to 5
  • c68e010 Merge pull request #549 from ruby/dependabot/github_actions/dependabot/fetch-...
  • 2cb46b6 Merge pull request #551 from andrykonchin/ak/restore-truffleruby-on-ci
  • c342e96 Add TruffleRuby on CI
  • d569f0f Merge pull request #550 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates rake-compiler from 1.2.5 to 1.2.9

Release notes

Sourced from rake-compiler's releases.

rake-compiler 1.2.9 / 2024-12-31

  • Improvements:

    • GH-242: Java: Changed to the default target Java to 8.

      • Patch by Charles Oliver Nutter
    • GH-244: Added support for double-digit version segments in Ruby version such as "2.6.10".

      • Patch by Mike Dalessio
    • GH-240: Reverted "stopped to generate tasks for nonexistent files" in 1.2.8. Users must specify valid spec.files.

  • Thanks:

    • Charles Oliver Nutter
    • Mike Dalessio

rake-compiler 1.2.8 / 2024-10-04

  • Improvements:

    • GH-240: Stopped to generate tasks for nonexistent files.
      • Patch by y-yagi
  • Thanks:

    • y-yagi

rake-compiler 1.2.7 / 2024-01-31

  • Improvements:

    • GH-236: Added support for setting required_rubygems_version for fat-gems that specify the Linux libc. [Patch by Mike Dalessio]
  • Thanks:

    • Mike Dalessio

rake-compiler 1.2.6 / 2024-01-23

  • Improvements:

    • GH-232 GH-233: Changed to use require instead of copying content of rbconfig.rb for __FILE__ in rbconfig.rb. [Patch by ParadoxV5]
  • Thanks:

    • ParadoxV5
Changelog

Sourced from rake-compiler's changelog.

1.2.9 / 2024-12-31

  • Improvements:

    • GH-242: Java: Changed to the default target Java to 8.

      • Patch by Charles Oliver Nutter
    • GH-244: Added support for double-digit version segments in Ruby version such as "2.6.10".

      • Patch by Mike Dalessio
    • GH-240: Reverted "stopped to generate tasks for nonexistent files" in 1.2.8. Users must specify valid spec.files.

  • Thanks:

    • Charles Oliver Nutter
    • Mike Dalessio

1.2.8 / 2024-10-04

  • Improvements:

    • GH-240: Stopped to generate tasks for nonexistent files.
      • Patch by y-yagi
  • Thanks:

    • y-yagi

1.2.7 / 2024-01-31

  • Improvements:

    • GH-236: Added support for setting required_rubygems_version for fat-gems that specify the Linux libc. [Patch by Mike Dalessio]
  • Thanks:

    • Mike Dalessio

1.2.6 / 2024-01-23

  • Improvements:

    • GH-232 GH-233: Changed to use require instead of copying content of rbconfig.rb for __FILE__ in rbconfig.rb. [Patch by ParadoxV5]
  • Thanks:

    • ParadoxV5
Commits
  • 22edca4 Add 1.2.9 entry
  • 6a2a926 ci release: use Trusted Publishing
  • bf67eda Revert "Don't generate additional rake tasks when files don't exist (#240)"
  • 2509abc fix: rake task 'update-config' supports double-digit version segments (#244)
  • 07a4ebd Default to Java 8 build target at minimum (#242)
  • cf5f8b0 Bump version
  • 8b8dff1 Add 1.2.8 entry
  • 00acd7b ci: remove Ruby 2.5
  • 5a2d669 Don't generate additional rake tasks when files don't exist (#240)
  • 7357f9e Bump version
  • Additional commits viewable in compare view

Updates rspec from 3.12.0 to 3.13.0

Commits

Updates standard from 1.33.0 to 1.43.0

Changelog

Sourced from standard's changelog.

1.43.0

1.42.1

  • Fixes a very noisy typo!

1.42.0

  • Updates rubocop to 1.68.0
  • Inherit from RuboCop::Cop::Base fixing deprecation warnings.
  • Add new cops

1.41.1

  • Adds a stub method to the Ruby LSP add-on to avoid a potential runtime exception for range formatting requests #655

1.41.0

  • Updates rubocop to 1.66.1
  • Updates standard-performance to 1.5.0

1.40.1

  • Fix error handling in LSP Server 84ee9f4

1.40.0

1.39.2

  • Ensure a URI scheme on file paths from the built-in LSP #642.

1.39.1

1.39.0

  • Add support for LSP Code Actions / Quick Fix under Ruby LSP #636

1.38.0

  • Update minimum Ruby version to 3.0
  • @​koic backported a line column bug in our LSP #635

... (truncated)

Commits
  • 21ee520 📚 v1.69.0
  • b0e6915 Merge pull request #686 from standardrb/updates-2024-12-10
  • cd9325c Updates rubocop and standard-perf
  • cafe4f8 Merge pull request #684 from edwardloveall/el-nova
  • dafa0ac Add Nova to list of supported editors
  • 3c04f8c Merge pull request #668 from mjankowski/test-for-warning-load
  • c51c6e4 Add test for loading config without warning
  • 988bdbe 🇭🇹v1.42.1
  • 3abe01c Merge pull request #665 from robsdudeson/binstubs
  • 83daf21 Merge pull request #654 from standardrb/rake
  • Additional commits viewable in compare view

Updates racc from 1.7.3 to 1.8.1

Release notes

Sourced from racc's releases.

v1.8.1

What's Changed

New Contributors

Full Changelog: ruby/racc@v1.8.0...v1.8.1

v1.8.0

What's Changed

New Contributors

Full Changelog: ruby/racc@v1.7.3...v1.8.0

Commits
  • 5229883 Merge pull request #275 from yui-knk/v1.8.1
  • d02c61b Bump up v1.8.1
  • a71dd38 Merge pull request #273 from ydah/fix-filepath-lineno
  • 93b7447 Add test code for TestRaccCommand
  • a6e840d Fix file path and line number errors when using +, * and ()
  • d27b781 Merge pull request #274 from ydah/rename-docs-main
  • f767767 Fix RDoc main file to "README.rdoc"
  • 2c5a142 Merge pull request #271 from mark-young-atg/provide_changelog_link_on_rubygems
  • a9b656c Provide a 'Changelog' link on rubygems.org/gems/racc
  • ea43e57 Merge pull request #270 from koic/fix_a_typo
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bundler-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` |
| [rake-compiler](https://github.com/luislavena/rake-compiler) | `1.2.5` | `1.2.9` |
| [rspec](https://github.com/rspec/rspec-metagem) | `3.12.0` | `3.13.0` |
| [standard](https://github.com/standardrb/standard) | `1.33.0` | `1.43.0` |
| [racc](https://github.com/ruby/racc) | `1.7.3` | `1.8.1` |


Updates `rake` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.1.0...v13.2.1)

Updates `rake-compiler` from 1.2.5 to 1.2.9
- [Release notes](https://github.com/luislavena/rake-compiler/releases)
- [Changelog](https://github.com/rake-compiler/rake-compiler/blob/master/History.md)
- [Commits](rake-compiler/rake-compiler@v1.2.5...v1.2.9)

Updates `rspec` from 3.12.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

Updates `standard` from 1.33.0 to 1.43.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.33.0...v1.43.0)

Updates `racc` from 1.7.3 to 1.8.1
- [Release notes](https://github.com/ruby/racc/releases)
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog)
- [Commits](ruby/racc@v1.7.3...v1.8.1)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-dependencies
- dependency-name: rake-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-dependencies
- dependency-name: standard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-dependencies
- dependency-name: racc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 1, 2025
@gjtorikian gjtorikian merged commit 7abdf43 into main Jan 8, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/bundler-dependencies-9209173505 branch January 8, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant